home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 September (IDG)
/
Sep99.iso
/
Shareware World
/
Comms & Internet
/
LinkConverter 1.1.2
/
Dialog Director v0.7
/
Examples
/
Progress 1.as
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-01-12
|
352 b
|
11 lines
|
[
TEXT/ToyS
]
property theMax : 1234
dd install with grayscale
set p to dd make dialog {size:[300, 50], contents:[¬
{class:static text, contents:"Thinking…", bounds:[8, 4, 160, 20]}, ¬
{class:gauge, bounds:[10, 25, 290, 25 + 12], value:0, max value:theMax} ¬
]}
repeat with n from 1 to theMax
dd set value of item 2 of p to n
end repeat
dd delete p
dd uninstall